home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Enter Special 5: Digital Photography
/
ENTER Special 05.iso
/
Grafika
/
Paint Shop Pro 8.0
/
psp800ev.exe
/
Data1.cab
/
Swatch_Grey160.PspScript
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2003-04-22
|
524 b
|
24 lines
from JascApp import *
def ScriptProperties():
return {
'Author': '',
'Copyright': '',
'Description': ''
}
def Swatch_SetMaterial():
return {
'IsPrimary': App.Constants.Boolean.true,
'NewMaterial': {
'Color': (160,160,160),
'Pattern': None,
'Gradient': None,
'Texture': None
}
}
def Do(Environment):
App.Do(Environment, 'SetMaterial', Swatch_SetMaterial())